Utility.convertRelativeToAbsolutePosition Method

Convert relative to absolute position.
 

Parameters

left

Type: Number
Left in relative.
top

Type: Number
Top in relative.
options

Type: Object
 Object containing the width and height of parent. Structure:
     width          [type: Number]    - Width of the parent.
     height         [type: Number]    - Height of the parent.
 

Return Value